projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeaea92
)
libotr: simplify Makefile and add myself as maintainer
author
Peter Wagner
<
[email protected]
>
Wed, 30 Oct 2013 22:03:37 +0000
(22:03 +0000)
committer
Peter Wagner
<
[email protected]
>
Wed, 30 Oct 2013 22:03:37 +0000
(22:03 +0000)
Signed-off-by: Peter Wagner <
[email protected]
>
SVN-Revision: 38622
libs/libotr/Makefile
patch
|
blob
|
history
diff --git
a/libs/libotr/Makefile
b/libs/libotr/Makefile
index bee6dabc4a90cc03c775e3986f216c5207a4e717..bb8de06f1b5de248ac0d5231fe417d5d94b92515 100644
(file)
--- a/
libs/libotr/Makefile
+++ b/
libs/libotr/Makefile
@@
-13,17
+13,13
@@
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
-define Package/libotr
/Default
+define Package/libotr
SECTION:=libs
CATEGORY:=Libraries
+ TITLE:=OTR Messaging Library
URL:=http://www.cypherpunks.ca/otr/
-endef
-
-define Package/libotr
- $(call Package/libotr/Default)
DEPENDS:=+libgcrypt
- TITLE:=OTR Messaging Library
- MENU:=1
+ MAINTAINER:=Peter Wagner <
[email protected]
>
endef
define Package/libotr/description